Skip to content

backend/fs.c: Fix clang11 compile error: implicit conversion changes …#12

Open
dx9 wants to merge 1 commit intoconclusiveeng:masterfrom
dx9:fix-l9p-omode
Open

backend/fs.c: Fix clang11 compile error: implicit conversion changes …#12
dx9 wants to merge 1 commit intoconclusiveeng:masterfrom
dx9:fix-l9p-omode

Conversation

@dx9
Copy link
Contributor

@dx9 dx9 commented Oct 3, 2019

…signedness: 'enum l9p_omode' to 'int'

Use int instead of enum l9p_omode. The choice of enumerated type is implementation-defined. [1]

[1] http://c0x.coding-guidelines.com/6.7.2.2.html

Signed-off-by: John Coyle dx9err@gmail.com

…signedness: 'enum l9p_omode' to 'int'

Use int instead of enum l9p_omode. The choice of enumerated type is implementation-defined. [1]

[1] http://c0x.coding-guidelines.com/6.7.2.2.html

Signed-off-by: John Coyle <dx9err@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant